Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.routing.dm.operations--operations

This contribution is part of XML component org.nuxeo.ecm.platform.routing.dm.operations inside nuxeo-routing-dm-9.10.jar /OSGI-INF/dm-task-operations-contrib.xml

Extension Point

Extension point operations of component OperationServiceComponent.

Contributed Items

  • <operation class="org.nuxeo.ecm.platform.routing.dm.operation.CreateRoutingTask"/>
  • <operation class="org.nuxeo.ecm.platform.routing.dm.operation.RemoveRoutingTask"/>
  • <operation class="org.nuxeo.ecm.platform.routing.dm.operation.SetCurrentRunningStepFromTask"/>
  • <operation class="org.nuxeo.ecm.platform.routing.dm.operation.EvaluateCondition"/>

XML Source

<extension point="operations" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
    <operation class="org.nuxeo.ecm.platform.routing.dm.operation.CreateRoutingTask"/>
    <operation class="org.nuxeo.ecm.platform.routing.dm.operation.RemoveRoutingTask"/>
    <operation class="org.nuxeo.ecm.platform.routing.dm.operation.SetCurrentRunningStepFromTask"/>
    <operation class="org.nuxeo.ecm.platform.routing.dm.operation.EvaluateCondition"/>
  </extension>